Add qemu 0.8.1 based ioemu.
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Wed, 12 Jul 2006 18:16:10 +0000 (19:16 +0100)
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Wed, 12 Jul 2006 18:16:10 +0000 (19:16 +0100)
commit8f4b90220c984d0a6e207cf91ec2b08d2ece19d4
tree35c5aa48634e85dd2a19a457d8a5904660080ad8
parentef52abce73aff52018cb6f0bd135234e3edb73d9
Add qemu 0.8.1 based ioemu.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
319 files changed:
.hgignore
tools/ioemu/.cvsignore [new file with mode: 0644]
tools/ioemu/COPYING [new file with mode: 0644]
tools/ioemu/COPYING.LIB [new file with mode: 0644]
tools/ioemu/CVS/Entries [new file with mode: 0644]
tools/ioemu/CVS/Repository [new file with mode: 0644]
tools/ioemu/CVS/Root [new file with mode: 0644]
tools/ioemu/CVS/Tag [new file with mode: 0644]
tools/ioemu/Changelog [new file with mode: 0644]
tools/ioemu/LICENSE [new file with mode: 0644]
tools/ioemu/Makefile [new file with mode: 0644]
tools/ioemu/Makefile.target [new file with mode: 0644]
tools/ioemu/README [new file with mode: 0644]
tools/ioemu/README.distrib [new file with mode: 0644]
tools/ioemu/TODO [new file with mode: 0644]
tools/ioemu/VERSION [new file with mode: 0644]
tools/ioemu/a.out.h [new file with mode: 0644]
tools/ioemu/aes.c [new file with mode: 0644]
tools/ioemu/aes.h [new file with mode: 0644]
tools/ioemu/audio/CVS/Entries [new file with mode: 0644]
tools/ioemu/audio/CVS/Repository [new file with mode: 0644]
tools/ioemu/audio/CVS/Root [new file with mode: 0644]
tools/ioemu/audio/CVS/Tag [new file with mode: 0644]
tools/ioemu/audio/alsaaudio.c [new file with mode: 0644]
tools/ioemu/audio/audio.c [new file with mode: 0644]
tools/ioemu/audio/audio.h [new file with mode: 0644]
tools/ioemu/audio/audio_int.h [new file with mode: 0644]
tools/ioemu/audio/audio_template.h [new file with mode: 0644]
tools/ioemu/audio/coreaudio.c [new file with mode: 0644]
tools/ioemu/audio/dsound_template.h [new file with mode: 0644]
tools/ioemu/audio/dsoundaudio.c [new file with mode: 0644]
tools/ioemu/audio/fmodaudio.c [new file with mode: 0644]
tools/ioemu/audio/mixeng.c [new file with mode: 0644]
tools/ioemu/audio/mixeng.h [new file with mode: 0644]
tools/ioemu/audio/mixeng_template.h [new file with mode: 0644]
tools/ioemu/audio/noaudio.c [new file with mode: 0644]
tools/ioemu/audio/ossaudio.c [new file with mode: 0644]
tools/ioemu/audio/rate_template.h [new file with mode: 0644]
tools/ioemu/audio/sdlaudio.c [new file with mode: 0644]
tools/ioemu/audio/sys-queue.h [new file with mode: 0644]
tools/ioemu/audio/wavaudio.c [new file with mode: 0644]
tools/ioemu/block-bochs.c [new file with mode: 0644]
tools/ioemu/block-cloop.c [new file with mode: 0644]
tools/ioemu/block-cow.c [new file with mode: 0644]
tools/ioemu/block-dmg.c [new file with mode: 0644]
tools/ioemu/block-qcow.c [new file with mode: 0644]
tools/ioemu/block-vmdk.c [new file with mode: 0644]
tools/ioemu/block-vpc.c [new file with mode: 0644]
tools/ioemu/block-vvfat.c [new file with mode: 0644]
tools/ioemu/block.c [new file with mode: 0644]
tools/ioemu/block_int.h [new file with mode: 0644]
tools/ioemu/bswap.h [new file with mode: 0644]
tools/ioemu/cocoa.m [new file with mode: 0644]
tools/ioemu/configure [new file with mode: 0644]
tools/ioemu/console.c [new file with mode: 0644]
tools/ioemu/cpu-all.h [new file with mode: 0644]
tools/ioemu/cpu-defs.h [new file with mode: 0644]
tools/ioemu/cpu-exec.c [new file with mode: 0644]
tools/ioemu/dis-asm.h [new file with mode: 0644]
tools/ioemu/disas.c [new file with mode: 0644]
tools/ioemu/disas.h [new file with mode: 0644]
tools/ioemu/dyngen-exec.h [new file with mode: 0644]
tools/ioemu/dyngen-op.h [new file with mode: 0644]
tools/ioemu/dyngen.c [new file with mode: 0644]
tools/ioemu/dyngen.h [new file with mode: 0644]
tools/ioemu/elf.h [new file with mode: 0644]
tools/ioemu/elf_ops.h [new file with mode: 0644]
tools/ioemu/exec-all.h [new file with mode: 0644]
tools/ioemu/exec.c [new file with mode: 0644]
tools/ioemu/fpu/CVS/Entries [new file with mode: 0644]
tools/ioemu/fpu/CVS/Repository [new file with mode: 0644]
tools/ioemu/fpu/CVS/Root [new file with mode: 0644]
tools/ioemu/fpu/CVS/Tag [new file with mode: 0644]
tools/ioemu/fpu/softfloat-macros.h [new file with mode: 0644]
tools/ioemu/fpu/softfloat-native.c [new file with mode: 0644]
tools/ioemu/fpu/softfloat-native.h [new file with mode: 0644]
tools/ioemu/fpu/softfloat-specialize.h [new file with mode: 0644]
tools/ioemu/fpu/softfloat.c [new file with mode: 0644]
tools/ioemu/fpu/softfloat.h [new file with mode: 0644]
tools/ioemu/gdbstub.c [new file with mode: 0644]
tools/ioemu/gdbstub.h [new file with mode: 0644]
tools/ioemu/hw/CVS/Entries [new file with mode: 0644]
tools/ioemu/hw/CVS/Repository [new file with mode: 0644]
tools/ioemu/hw/CVS/Root [new file with mode: 0644]
tools/ioemu/hw/CVS/Tag [new file with mode: 0644]
tools/ioemu/hw/adb.c [new file with mode: 0644]
tools/ioemu/hw/adlib.c [new file with mode: 0644]
tools/ioemu/hw/apic.c [new file with mode: 0644]
tools/ioemu/hw/arm_boot.c [new file with mode: 0644]
tools/ioemu/hw/arm_pic.c [new file with mode: 0644]
tools/ioemu/hw/arm_pic.h [new file with mode: 0644]
tools/ioemu/hw/arm_timer.c [new file with mode: 0644]
tools/ioemu/hw/cirrus_vga.c [new file with mode: 0644]
tools/ioemu/hw/cirrus_vga_rop.h [new file with mode: 0644]
tools/ioemu/hw/cirrus_vga_rop2.h [new file with mode: 0644]
tools/ioemu/hw/cuda.c [new file with mode: 0644]
tools/ioemu/hw/dma.c [new file with mode: 0644]
tools/ioemu/hw/es1370.c [new file with mode: 0644]
tools/ioemu/hw/esp.c [new file with mode: 0644]
tools/ioemu/hw/fdc.c [new file with mode: 0644]
tools/ioemu/hw/fmopl.c [new file with mode: 0644]
tools/ioemu/hw/fmopl.h [new file with mode: 0644]
tools/ioemu/hw/heathrow_pic.c [new file with mode: 0644]
tools/ioemu/hw/i8254.c [new file with mode: 0644]
tools/ioemu/hw/i8259.c [new file with mode: 0644]
tools/ioemu/hw/ide.c [new file with mode: 0644]
tools/ioemu/hw/integratorcp.c [new file with mode: 0644]
tools/ioemu/hw/iommu.c [new file with mode: 0644]
tools/ioemu/hw/lance.c [new file with mode: 0644]
tools/ioemu/hw/m48t59.c [new file with mode: 0644]
tools/ioemu/hw/m48t59.h [new file with mode: 0644]
tools/ioemu/hw/mc146818rtc.c [new file with mode: 0644]
tools/ioemu/hw/mips_r4k.c [new file with mode: 0644]
tools/ioemu/hw/ne2000.c [new file with mode: 0644]
tools/ioemu/hw/openpic.c [new file with mode: 0644]
tools/ioemu/hw/parallel.c [new file with mode: 0644]
tools/ioemu/hw/pc.c [new file with mode: 0644]
tools/ioemu/hw/pci.c [new file with mode: 0644]
tools/ioemu/hw/pckbd.c [new file with mode: 0644]
tools/ioemu/hw/pcspk.c [new file with mode: 0644]
tools/ioemu/hw/piix4acpi.c [new file with mode: 0644]
tools/ioemu/hw/pl011.c [new file with mode: 0644]
tools/ioemu/hw/pl050.c [new file with mode: 0644]
tools/ioemu/hw/pl080.c [new file with mode: 0644]
tools/ioemu/hw/pl110.c [new file with mode: 0644]
tools/ioemu/hw/pl110_template.h [new file with mode: 0644]
tools/ioemu/hw/pl190.c [new file with mode: 0644]
tools/ioemu/hw/ppc.c [new file with mode: 0644]
tools/ioemu/hw/ppc_chrp.c [new file with mode: 0644]
tools/ioemu/hw/ppc_prep.c [new file with mode: 0644]
tools/ioemu/hw/ps2.c [new file with mode: 0644]
tools/ioemu/hw/rtl8139.c [new file with mode: 0644]
tools/ioemu/hw/sb16.c [new file with mode: 0644]
tools/ioemu/hw/serial.c [new file with mode: 0644]
tools/ioemu/hw/sh7750.c [new file with mode: 0644]
tools/ioemu/hw/sh7750_regnames.c [new file with mode: 0644]
tools/ioemu/hw/sh7750_regnames.h [new file with mode: 0644]
tools/ioemu/hw/sh7750_regs.h [new file with mode: 0644]
tools/ioemu/hw/shix.c [new file with mode: 0644]
tools/ioemu/hw/slavio_intctl.c [new file with mode: 0644]
tools/ioemu/hw/slavio_misc.c [new file with mode: 0644]
tools/ioemu/hw/slavio_serial.c [new file with mode: 0644]
tools/ioemu/hw/slavio_timer.c [new file with mode: 0644]
tools/ioemu/hw/smc91c111.c [new file with mode: 0644]
tools/ioemu/hw/sun4m.c [new file with mode: 0644]
tools/ioemu/hw/sun4u.c [new file with mode: 0644]
tools/ioemu/hw/tc58128.c [new file with mode: 0644]
tools/ioemu/hw/tcx.c [new file with mode: 0644]
tools/ioemu/hw/usb-hid.c [new file with mode: 0644]
tools/ioemu/hw/usb-hub.c [new file with mode: 0644]
tools/ioemu/hw/usb-uhci.c [new file with mode: 0644]
tools/ioemu/hw/usb.c [new file with mode: 0644]
tools/ioemu/hw/usb.h [new file with mode: 0644]
tools/ioemu/hw/versatilepb.c [new file with mode: 0644]
tools/ioemu/hw/vga.c [new file with mode: 0644]
tools/ioemu/hw/vga_int.h [new file with mode: 0644]
tools/ioemu/hw/vga_template.h [new file with mode: 0644]
tools/ioemu/i386-dis.c [new file with mode: 0644]
tools/ioemu/i386-vl.ld [new file with mode: 0644]
tools/ioemu/i386.ld [new file with mode: 0644]
tools/ioemu/ia64.ld [new file with mode: 0644]
tools/ioemu/keymaps.c [new file with mode: 0644]
tools/ioemu/keymaps/CVS/Entries [new file with mode: 0644]
tools/ioemu/keymaps/CVS/Repository [new file with mode: 0644]
tools/ioemu/keymaps/CVS/Root [new file with mode: 0644]
tools/ioemu/keymaps/CVS/Tag [new file with mode: 0644]
tools/ioemu/keymaps/ar [new file with mode: 0644]
tools/ioemu/keymaps/common [new file with mode: 0644]
tools/ioemu/keymaps/da [new file with mode: 0644]
tools/ioemu/keymaps/de [new file with mode: 0644]
tools/ioemu/keymaps/de-ch [new file with mode: 0644]
tools/ioemu/keymaps/en-gb [new file with mode: 0644]
tools/ioemu/keymaps/en-us [new file with mode: 0644]
tools/ioemu/keymaps/es [new file with mode: 0644]
tools/ioemu/keymaps/et [new file with mode: 0644]
tools/ioemu/keymaps/fi [new file with mode: 0644]
tools/ioemu/keymaps/fo [new file with mode: 0644]
tools/ioemu/keymaps/fr [new file with mode: 0644]
tools/ioemu/keymaps/fr-be [new file with mode: 0644]
tools/ioemu/keymaps/fr-ca [new file with mode: 0644]
tools/ioemu/keymaps/fr-ch [new file with mode: 0644]
tools/ioemu/keymaps/hr [new file with mode: 0644]
tools/ioemu/keymaps/hu [new file with mode: 0644]
tools/ioemu/keymaps/is [new file with mode: 0644]
tools/ioemu/keymaps/it [new file with mode: 0644]
tools/ioemu/keymaps/ja [new file with mode: 0644]
tools/ioemu/keymaps/lt [new file with mode: 0644]
tools/ioemu/keymaps/lv [new file with mode: 0644]
tools/ioemu/keymaps/mk [new file with mode: 0644]
tools/ioemu/keymaps/modifiers [new file with mode: 0644]
tools/ioemu/keymaps/nl [new file with mode: 0644]
tools/ioemu/keymaps/nl-be [new file with mode: 0644]
tools/ioemu/keymaps/no [new file with mode: 0644]
tools/ioemu/keymaps/pl [new file with mode: 0644]
tools/ioemu/keymaps/pt [new file with mode: 0644]
tools/ioemu/keymaps/pt-br [new file with mode: 0644]
tools/ioemu/keymaps/ru [new file with mode: 0644]
tools/ioemu/keymaps/sl [new file with mode: 0644]
tools/ioemu/keymaps/sv [new file with mode: 0644]
tools/ioemu/keymaps/th [new file with mode: 0644]
tools/ioemu/keymaps/tr [new file with mode: 0644]
tools/ioemu/kqemu.c [new file with mode: 0644]
tools/ioemu/kqemu.h [new file with mode: 0644]
tools/ioemu/loader.c [new file with mode: 0644]
tools/ioemu/monitor.c [new file with mode: 0644]
tools/ioemu/osdep.c [new file with mode: 0644]
tools/ioemu/osdep.h [new file with mode: 0644]
tools/ioemu/patches/acpi-poweroff-support [new file with mode: 0644]
tools/ioemu/patches/acpi-support [new file with mode: 0644]
tools/ioemu/patches/acpi-timer-support [new file with mode: 0644]
tools/ioemu/patches/domain-destroy [new file with mode: 0644]
tools/ioemu/patches/domain-reset [new file with mode: 0644]
tools/ioemu/patches/domain-timeoffset [new file with mode: 0644]
tools/ioemu/patches/hypervisor-pit [new file with mode: 0644]
tools/ioemu/patches/ide-hd-multithread [new file with mode: 0644]
tools/ioemu/patches/qemu-64bit [new file with mode: 0644]
tools/ioemu/patches/qemu-bugfixes [new file with mode: 0644]
tools/ioemu/patches/qemu-cleanup [new file with mode: 0644]
tools/ioemu/patches/qemu-dm [new file with mode: 0644]
tools/ioemu/patches/qemu-hvm-banner [new file with mode: 0644]
tools/ioemu/patches/qemu-infrastructure [new file with mode: 0644]
tools/ioemu/patches/qemu-logging [new file with mode: 0644]
tools/ioemu/patches/qemu-no-apic [new file with mode: 0644]
tools/ioemu/patches/qemu-nobios [new file with mode: 0644]
tools/ioemu/patches/qemu-smp [new file with mode: 0644]
tools/ioemu/patches/qemu-target-i386-dm [new file with mode: 0644]
tools/ioemu/patches/qemu-timer [new file with mode: 0644]
tools/ioemu/patches/sdl-mouse-invisible-wall [new file with mode: 0644]
tools/ioemu/patches/serial-non-block [new file with mode: 0644]
tools/ioemu/patches/series [new file with mode: 0644]
tools/ioemu/patches/shadow-vram [new file with mode: 0644]
tools/ioemu/patches/shared-vram [new file with mode: 0644]
tools/ioemu/patches/support-xm-console [new file with mode: 0644]
tools/ioemu/patches/vnc-cleanup [new file with mode: 0644]
tools/ioemu/patches/vnc-fixes [new file with mode: 0644]
tools/ioemu/patches/xen-build [new file with mode: 0644]
tools/ioemu/patches/xen-domain-name [new file with mode: 0644]
tools/ioemu/patches/xen-domid [new file with mode: 0644]
tools/ioemu/patches/xen-mm [new file with mode: 0644]
tools/ioemu/patches/xen-network [new file with mode: 0644]
tools/ioemu/pc-bios/CVS/Entries [new file with mode: 0644]
tools/ioemu/pc-bios/CVS/Repository [new file with mode: 0644]
tools/ioemu/pc-bios/CVS/Root [new file with mode: 0644]
tools/ioemu/pc-bios/CVS/Tag [new file with mode: 0644]
tools/ioemu/pc-bios/Makefile [new file with mode: 0644]
tools/ioemu/pc-bios/README [new file with mode: 0644]
tools/ioemu/pc-bios/bios.diff [new file with mode: 0644]
tools/ioemu/pc-bios/linux_boot.S [new file with mode: 0644]
tools/ioemu/pc-bios/ohw.diff [new file with mode: 0644]
tools/ioemu/pc-bios/proll.patch [new file with mode: 0644]
tools/ioemu/pc-bios/vgabios.diff [new file with mode: 0644]
tools/ioemu/qemu-binfmt-conf.sh [new file with mode: 0644]
tools/ioemu/qemu-doc.texi [new file with mode: 0644]
tools/ioemu/qemu-img.c [new file with mode: 0644]
tools/ioemu/qemu-img.texi [new file with mode: 0644]
tools/ioemu/qemu-tech.texi [new file with mode: 0644]
tools/ioemu/qemu_socket.h [new file with mode: 0644]
tools/ioemu/readline.c [new file with mode: 0644]
tools/ioemu/sdl.c [new file with mode: 0644]
tools/ioemu/sdl_keysym.h [new file with mode: 0644]
tools/ioemu/softmmu_exec.h [new file with mode: 0644]
tools/ioemu/softmmu_header.h [new file with mode: 0644]
tools/ioemu/softmmu_template.h [new file with mode: 0644]
tools/ioemu/tap-win32.c [new file with mode: 0644]
tools/ioemu/target-i386-dm/cpu.h [new file with mode: 0644]
tools/ioemu/target-i386-dm/exec-dm.c [new file with mode: 0644]
tools/ioemu/target-i386-dm/helper2.c [new file with mode: 0644]
tools/ioemu/target-i386-dm/i8259-dm.c [new file with mode: 0644]
tools/ioemu/target-i386-dm/qemu-dm.debug [new file with mode: 0644]
tools/ioemu/target-i386-dm/qemu-ifup [new file with mode: 0644]
tools/ioemu/target-i386/CVS/Entries [new file with mode: 0644]
tools/ioemu/target-i386/CVS/Repository [new file with mode: 0644]
tools/ioemu/target-i386/CVS/Root [new file with mode: 0644]
tools/ioemu/target-i386/CVS/Tag [new file with mode: 0644]
tools/ioemu/target-i386/cpu.h [new file with mode: 0644]
tools/ioemu/target-i386/exec.h [new file with mode: 0644]
tools/ioemu/target-i386/helper.c [new file with mode: 0644]
tools/ioemu/target-i386/helper2.c [new file with mode: 0644]
tools/ioemu/target-i386/op.c [new file with mode: 0644]
tools/ioemu/target-i386/opreg_template.h [new file with mode: 0644]
tools/ioemu/target-i386/ops_mem.h [new file with mode: 0644]
tools/ioemu/target-i386/ops_sse.h [new file with mode: 0644]
tools/ioemu/target-i386/ops_template.h [new file with mode: 0644]
tools/ioemu/target-i386/ops_template_mem.h [new file with mode: 0644]
tools/ioemu/target-i386/translate-copy.c [new file with mode: 0644]
tools/ioemu/target-i386/translate.c [new file with mode: 0644]
tools/ioemu/tests/.cvsignore [new file with mode: 0644]
tools/ioemu/tests/CVS/Entries [new file with mode: 0644]
tools/ioemu/tests/CVS/Repository [new file with mode: 0644]
tools/ioemu/tests/CVS/Root [new file with mode: 0644]
tools/ioemu/tests/CVS/Tag [new file with mode: 0644]
tools/ioemu/tests/Makefile [new file with mode: 0644]
tools/ioemu/tests/hello-arm.c [new file with mode: 0644]
tools/ioemu/tests/hello-i386.c [new file with mode: 0644]
tools/ioemu/tests/linux-test.c [new file with mode: 0644]
tools/ioemu/tests/qruncom.c [new file with mode: 0644]
tools/ioemu/tests/runcom.c [new file with mode: 0644]
tools/ioemu/tests/sha1.c [new file with mode: 0644]
tools/ioemu/tests/test-i386-code16.S [new file with mode: 0644]
tools/ioemu/tests/test-i386-muldiv.h [new file with mode: 0644]
tools/ioemu/tests/test-i386-shift.h [new file with mode: 0644]
tools/ioemu/tests/test-i386-vm86.S [new file with mode: 0644]
tools/ioemu/tests/test-i386.c [new file with mode: 0644]
tools/ioemu/tests/test-i386.h [new file with mode: 0644]
tools/ioemu/tests/test_path.c [new file with mode: 0644]
tools/ioemu/tests/testthread.c [new file with mode: 0644]
tools/ioemu/texi2pod.pl [new file with mode: 0644]
tools/ioemu/thunk.c [new file with mode: 0644]
tools/ioemu/thunk.h [new file with mode: 0644]
tools/ioemu/translate-all.c [new file with mode: 0644]
tools/ioemu/translate-op.c [new file with mode: 0644]
tools/ioemu/usb-linux.c [new file with mode: 0644]
tools/ioemu/vgafont.h [new file with mode: 0644]
tools/ioemu/vl.c [new file with mode: 0644]
tools/ioemu/vl.h [new file with mode: 0644]
tools/ioemu/vnc.c [new file with mode: 0644]
tools/ioemu/vnc_keysym.h [new file with mode: 0644]
tools/ioemu/vnchextile.h [new file with mode: 0644]
tools/ioemu/x86_64.ld [new file with mode: 0644]